home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / internation / catclose next >
Encoding:
Text File  |  1993-10-26  |  472 b   |  10 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           catclose ?-fail|-nofail? cathandle
  4.                Close the message catalog specified by cathandle.  Nor-
  5.                mally,  errors are ignored.  If -fail is specified, any
  6.                errors closing the message catalog file  are  returned.
  7.                The  option  -nofail  specifies the default behavior of
  8.                not returning an error.  The use of  -fail  only  makes
  9.                sense if it was also specified in the call to catopen.
  10.